[INFO] fetching crate tokio-uring-xitca 0.2.0...
[INFO] fixing tokio-uring-xitca-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate tokio-uring-xitca 0.2.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate tokio-uring-xitca 0.2.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tokio-uring-xitca 0.2.0
[INFO] tweaked toml for crates.io crate tokio-uring-xitca 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tokio-uring-xitca 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tokio-uring-xitca 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded iai v0.1.1
[INFO] [stderr]   Downloaded io-uring v0.7.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 18ea22cdb1fde3d73254524bf4b1751822bc147e13ff303b0bd65977f7417065
[INFO] running `Command { std: "docker" "start" "18ea22cdb1fde3d73254524bf4b1751822bc147e13ff303b0bd65977f7417065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "18ea22cdb1fde3d73254524bf4b1751822bc147e13ff303b0bd65977f7417065" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18ea22cdb1fde3d73254524bf4b1751822bc147e13ff303b0bd65977f7417065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "18ea22cdb1fde3d73254524bf4b1751822bc147e13ff303b0bd65977f7417065" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking iai v0.1.1
[INFO] [stderr]     Checking tokio-uring-xitca v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::net`
[INFO] [stdout]   --> examples/tcp_listener.rs:3:24
[INFO] [stdout]    |
[INFO] [stdout]  3 | use tokio_uring_xitca::net::TcpListener;
[INFO] [stdout]    |                        ^^^ could not find `net` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 80 | pub mod net;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::net`
[INFO] [stdout]   --> examples/unix_listener.rs:3:24
[INFO] [stdout]    |
[INFO] [stdout]  3 | use tokio_uring_xitca::net::UnixListener;
[INFO] [stdout]    |                        ^^^ could not find `net` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 80 | pub mod net;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::buf::fixed`
[INFO] [stdout]  --> tests/fixed_buf.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tokio_uring_xitca::buf::fixed::{FixedBufPool, FixedBufRegistry};
[INFO] [stdout]   |                             ^^^^^ could not find `fixed` in `buf`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> src/buf/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]   |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 8 | pub mod fixed;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::fs`
[INFO] [stdout]   --> tests/fixed_buf.rs:4:24
[INFO] [stdout]    |
[INFO] [stdout]  4 | use tokio_uring_xitca::fs::File;
[INFO] [stdout]    |                        ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 78 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::fs`
[INFO] [stdout]   --> examples/cat.rs:6:24
[INFO] [stdout]    |
[INFO] [stdout]  6 | use tokio_uring_xitca::fs::File;
[INFO] [stdout]    |                        ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 78 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/cat.rs:22:24
[INFO] [stdout]     |
[INFO] [stdout]  22 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/unix_listener.rs:14:24
[INFO] [stdout]     |
[INFO] [stdout]  14 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/tcp_listener.rs:15:24
[INFO] [stdout]     |
[INFO] [stdout]  15 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio_uring_xitca`
[INFO] [stdout]   --> examples/tcp_listener.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |             tokio_uring_xitca::spawn(async move {
[INFO] [stdout]    |                                ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 90 |     spawn,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio_test::task::spawn;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `spawn`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 22 -             tokio_uring_xitca::spawn(async move {
[INFO] [stdout] 22 +             spawn(async move {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio_uring_xitca`
[INFO] [stdout]   --> examples/unix_listener.rs:20:32
[INFO] [stdout]    |
[INFO] [stdout] 20 |             tokio_uring_xitca::spawn(async move {
[INFO] [stdout]    |                                ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 90 |     spawn,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio_test::task::spawn;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `spawn`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 -             tokio_uring_xitca::spawn(async move {
[INFO] [stdout] 20 +             spawn(async move {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fixed_buf.rs:16:24
[INFO] [stdout]     |
[INFO] [stdout]  16 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fixed_buf.rs:64:24
[INFO] [stdout]     |
[INFO] [stdout]  64 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fixed_buf.rs:97:24
[INFO] [stdout]     |
[INFO] [stdout]  97 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fixed_buf.rs:136:24
[INFO] [stdout]     |
[INFO] [stdout] 136 |     tokio_uring_xitca::start(async move {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fixed_buf.rs:151:45
[INFO] [stdout]     |
[INFO] [stdout] 151 |             let handle = tokio_uring_xitca::spawn(async move {
[INFO] [stdout]     |                                             ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:90:5
[INFO] [stdout]     |
[INFO] [stdout]  86 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout]  90 |     spawn,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::spawn;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use tokio::spawn;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use tokio_test::task::spawn;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `spawn`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 151 -             let handle = tokio_uring_xitca::spawn(async move {
[INFO] [stdout] 151 +             let handle = spawn(async move {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::fs`
[INFO] [stdout]   --> tests/fs_symlink.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use tokio_uring_xitca::fs;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^--
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        no `fs` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 78 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules instead
[INFO] [stdout]    |
[INFO] [stdout]  3 - use tokio_uring_xitca::fs;
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 - use tokio_uring_xitca::fs;
[INFO] [stdout]  3 + use std::os::linux::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 - use tokio_uring_xitca::fs;
[INFO] [stdout]  3 + use std::os::unix::fs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_symlink.rs:12:24
[INFO] [stdout]     |
[INFO] [stdout]  12 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `tokio_uring_xitca::buf::fixed`, `tokio_uring_xitca::net`
[INFO] [stdout]   --> examples/tcp_listener_fixed_buffers.rs:7:33
[INFO] [stdout]    |
[INFO] [stdout]  7 |     buf::{BoundedBuf, IoBufMut, fixed::FixedBufRegistry},
[INFO] [stdout]    |                                 ^^^^^ could not find `fixed` in `buf`
[INFO] [stdout]  8 |     net::{TcpListener, TcpStream},
[INFO] [stdout]    |     ^^^ could not find `net` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/buf/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  8 | pub mod fixed;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 80 | pub mod net;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::net`
[INFO] [stdout]   --> examples/unix_stream.rs:3:24
[INFO] [stdout]    |
[INFO] [stdout]  3 | use tokio_uring_xitca::net::UnixStream;
[INFO] [stdout]    |                        ^^^ could not find `net` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 80 | pub mod net;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::buf::fixed`
[INFO] [stdout]  --> tests/fs_file.rs:8:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio_uring_xitca::buf::fixed::FixedBufRegistry;
[INFO] [stdout]   |                             ^^^^^ could not find `fixed` in `buf`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> src/buf/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]   |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 8 | pub mod fixed;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::fs`
[INFO] [stdout]   --> tests/fs_file.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tokio_uring_xitca::fs::File;
[INFO] [stdout]    |                        ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 78 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/wrk-bench.rs:10:24
[INFO] [stdout]     |
[INFO] [stdout]  10 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `net` in `tokio_uring_xitca`
[INFO] [stdout]   --> examples/wrk-bench.rs:12:51
[INFO] [stdout]    |
[INFO] [stdout] 12 |         let listener = Rc::new(tokio_uring_xitca::net::TcpListener::bind(ADDRESS.parse().unwrap())?);
[INFO] [stdout]    |                                                   ^^^ could not find `net` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 80 | pub mod net;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::net::TcpListener;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `TcpListener`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 12 -         let listener = Rc::new(tokio_uring_xitca::net::TcpListener::bind(ADDRESS.parse().unwrap())?);
[INFO] [stdout] 12 +         let listener = Rc::new(TcpListener::bind(ADDRESS.parse().unwrap())?);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio_uring_xitca`
[INFO] [stdout]   --> examples/wrk-bench.rs:20:40
[INFO] [stdout]    |
[INFO] [stdout] 20 |                     tokio_uring_xitca::spawn(async move {
[INFO] [stdout]    |                                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 90 |     spawn,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio_test::task::spawn;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `spawn`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 -                     tokio_uring_xitca::spawn(async move {
[INFO] [stdout] 20 +                     spawn(async move {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::fs`
[INFO] [stdout]   --> tests/fs_directory.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | use tokio_uring_xitca::fs;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^--
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        no `fs` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 78 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules instead
[INFO] [stdout]    |
[INFO] [stdout]  2 - use tokio_uring_xitca::fs;
[INFO] [stdout]  2 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  2 - use tokio_uring_xitca::fs;
[INFO] [stdout]  2 + use std::os::linux::fs;
[INFO] [stdout]    |
[INFO] [stdout]  2 - use tokio_uring_xitca::fs;
[INFO] [stdout]  2 + use std::os::unix::fs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/tcp_listener_fixed_buffers.rs:24:24
[INFO] [stdout]     |
[INFO] [stdout]  24 |     tokio_uring_xitca::start(accept_loop(socket_addr));
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio_uring_xitca`
[INFO] [stdout]   --> examples/tcp_listener_fixed_buffers.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 |         tokio_uring_xitca::spawn(echo_handler(stream, peer, registry.clone()));
[INFO] [stdout]    |                            ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 90 |     spawn,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  4 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  4 + use tokio::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  4 + use tokio_test::task::spawn;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `spawn`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 46 -         tokio_uring_xitca::spawn(echo_handler(stream, peer, registry.clone()));
[INFO] [stdout] 46 +         spawn(echo_handler(stream, peer, registry.clone()));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "cat") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::net`
[INFO] [stdout]   --> examples/tcp_stream.rs:3:24
[INFO] [stdout]    |
[INFO] [stdout]  3 | use tokio_uring_xitca::net::TcpStream;
[INFO] [stdout]    |                        ^^^ could not find `net` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 80 | pub mod net;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "unix_listener") due to 3 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/tcp_stream.rs:14:24
[INFO] [stdout]     |
[INFO] [stdout]  14 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "tcp_listener") due to 3 previous errors
[INFO] [stdout] error[E0432]: unresolved imports `tokio_uring_xitca::fs`, `tokio_uring_xitca::net`
[INFO] [stdout]   --> examples/mix.rs:7:25
[INFO] [stdout]    |
[INFO] [stdout]  7 | use tokio_uring_xitca::{fs::File, net::TcpListener};
[INFO] [stdout]    |                         ^^        ^^^ could not find `net` in `tokio_uring_xitca`
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 78 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 80 | pub mod net;
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio_uring_xitca::fs`
[INFO] [stdout]   --> examples/test_create_dir_all.rs:3:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | use tokio_uring_xitca::fs;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^--
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        no `fs` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 78 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing one of these modules instead
[INFO] [stdout]    |
[INFO] [stdout]  3 - use tokio_uring_xitca::fs;
[INFO] [stdout]  3 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 - use tokio_uring_xitca::fs;
[INFO] [stdout]  3 + use std::os::linux::fs;
[INFO] [stdout]    |
[INFO] [stdout]  3 - use tokio_uring_xitca::fs;
[INFO] [stdout]  3 + use std::os::unix::fs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_directory.rs:8:24
[INFO] [stdout]     |
[INFO] [stdout]   8 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_directory.rs:21:24
[INFO] [stdout]     |
[INFO] [stdout]  21 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]   --> tests/fs_directory.rs:23:28
[INFO] [stdout]    |
[INFO] [stdout] 23 |         tokio_uring_xitca::fs::remove_dir(temp_dir.path()).await.unwrap();
[INFO] [stdout]    |                            ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 78 | pub mod fs;
[INFO] [stdout]    |         ^^
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fs;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 23 -         tokio_uring_xitca::fs::remove_dir(temp_dir.path()).await.unwrap();
[INFO] [stdout] 23 +         fs::remove_dir(temp_dir.path()).await.unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/unix_stream.rs:14:24
[INFO] [stdout]     |
[INFO] [stdout]  14 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    --> examples/test_create_dir_all.rs:171:37
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let _statx = tokio_uring_xitca::fs::statx(path).await?;
[INFO] [stdout]     |                                     ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  78 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    --> examples/test_create_dir_all.rs:176:37
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let _statx = tokio_uring_xitca::fs::StatxBuilder::new()
[INFO] [stdout]     |                                     ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  78 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: there is an enum variant `crate::Op::StatxBuilder`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 176 -     let _statx = tokio_uring_xitca::fs::StatxBuilder::new()
[INFO] [stdout] 176 +     let _statx = crate::Op::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `tokio::net::TcpListener`, `tokio::net::TcpStream`
[INFO] [stdout]    --> tests/runtime.rs:1:18
[INFO] [stdout]     |
[INFO] [stdout]   1 | use tokio::net::{TcpListener, TcpStream};
[INFO] [stdout]     |                  ^^^^^^^^^^^  ^^^^^^^^^ no `TcpStream` in `net`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  no `TcpListener` in `net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::net::TcpListener
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/net/mod.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |     pub use tcp::listener::TcpListener;
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/macros/cfg.rs:336:19
[INFO] [stdout]     |
[INFO] [stdout] 336 |             #[cfg(feature = "net")]
[INFO] [stdout]     |                   --------------- the item is gated behind the `net` feature
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::net::TcpStream
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/net/mod.rs:44:26
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub use tcp::stream::TcpStream;
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.0/src/macros/cfg.rs:336:19
[INFO] [stdout]     |
[INFO] [stdout] 336 |             #[cfg(feature = "net")]
[INFO] [stdout]     |                   --------------- the item is gated behind the `net` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "tcp_stream") due to 2 previous errors
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (test "fs_symlink") due to 2 previous errors
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "wrk-bench") due to 3 previous errors
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "tcp_listener_fixed_buffers") due to 3 previous errors
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/mix.rs:17:24
[INFO] [stdout]     |
[INFO] [stdout]  17 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    --> examples/test_create_dir_all.rs:199:36
[INFO] [stdout]     |
[INFO] [stdout] 199 |     let statx = tokio_uring_xitca::fs::StatxBuilder::new()
[INFO] [stdout]     |                                    ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  78 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: there is an enum variant `crate::Op::StatxBuilder`; try using the variant's enum
[INFO] [stdout]     |
[INFO] [stdout] 199 -     let statx = tokio_uring_xitca::fs::StatxBuilder::new()
[INFO] [stdout] 199 +     let statx = crate::Op::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/runtime.rs:5:24
[INFO] [stdout]     |
[INFO] [stdout]   5 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/runtime.rs:26:24
[INFO] [stdout]     |
[INFO] [stdout]  26 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio_uring_xitca`
[INFO] [stdout]   --> tests/runtime.rs:29:41
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let handle = tokio_uring_xitca::spawn(async move {
[INFO] [stdout]    |                                         ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 90 |     spawn,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use tokio_test::task::spawn;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `spawn`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 29 -         let handle = tokio_uring_xitca::spawn(async move {
[INFO] [stdout] 29 +         let handle = spawn(async move {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `uring_builder` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> benches/lai/no_op.rs:23:44
[INFO] [stdout]     |
[INFO] [stdout]  23 |     let mut ring_opts = tokio_uring_xitca::uring_builder();
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:120:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 120 | pub fn uring_builder() -> io_uring::Builder {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `builder` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> benches/lai/no_op.rs:26:24
[INFO] [stdout]     |
[INFO] [stdout]  26 |     tokio_uring_xitca::builder()
[INFO] [stdout]     |                        ^^^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:134:8
[INFO] [stdout]     |
[INFO] [stdout] 132 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 133 | /// Constructs a [`Builder`] with default settings.
[INFO] [stdout] 134 | pub fn builder() -> Builder {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in crate `tokio_uring_xitca`
[INFO] [stdout]   --> examples/mix.rs:27:32
[INFO] [stdout]    |
[INFO] [stdout] 27 |             tokio_uring_xitca::spawn(async move {
[INFO] [stdout]    |                                ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]    |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 90 |     spawn,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]    |
[INFO] [stdout]  5 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  5 + use tokio::spawn;
[INFO] [stdout]    |
[INFO] [stdout]  5 + use tokio_test::task::spawn;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `spawn`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 27 -             tokio_uring_xitca::spawn(async move {
[INFO] [stdout] 27 +             spawn(async move {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `uring_builder` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> benches/lai/no_op.rs:33:44
[INFO] [stdout]     |
[INFO] [stdout]  33 |     let mut ring_opts = tokio_uring_xitca::uring_builder();
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:120:8
[INFO] [stdout]     |
[INFO] [stdout] 117 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 120 | pub fn uring_builder() -> io_uring::Builder {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `builder` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> benches/lai/no_op.rs:36:24
[INFO] [stdout]     |
[INFO] [stdout]  36 |     tokio_uring_xitca::builder()
[INFO] [stdout]     |                        ^^^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:134:8
[INFO] [stdout]     |
[INFO] [stdout] 132 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 133 | /// Constructs a [`Builder`] with default settings.
[INFO] [stdout] 134 | pub fn builder() -> Builder {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `no_op` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> benches/lai/no_op.rs:43:51
[INFO] [stdout]     |
[INFO] [stdout]  43 |                 js.spawn_local(tokio_uring_xitca::no_op());
[INFO] [stdout]     |                                                   ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:168:14
[INFO] [stdout]     |
[INFO] [stdout] 166 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] 167 | /// The simplest possible operation. Just posts a completion event, nothing else.
[INFO] [stdout] 168 | pub async fn no_op() -> std::io::Result<()> {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "unix_stream") due to 2 previous errors
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (test "fs_directory") due to 4 previous errors
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (test "fixed_buf") due to 7 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    --> examples/test_create_dir_all.rs:225:52
[INFO] [stdout]     |
[INFO] [stdout] 225 |     let (_is_dir, is_regfile) = tokio_uring_xitca::fs::is_dir_regfile(path).await;
[INFO] [stdout]     |                                                    ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  78 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "mix") due to 3 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    --> examples/test_create_dir_all.rs:235:52
[INFO] [stdout]     |
[INFO] [stdout] 235 |     let (is_dir, _is_regfile) = tokio_uring_xitca::fs::is_dir_regfile(path).await;
[INFO] [stdout]     |                                                    ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  78 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:25:24
[INFO] [stdout]     |
[INFO] [stdout]  25 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:36:24
[INFO] [stdout]     |
[INFO] [stdout]  36 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:52:24
[INFO] [stdout]     |
[INFO] [stdout]  52 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:66:24
[INFO] [stdout]     |
[INFO] [stdout]  66 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:82:24
[INFO] [stdout]     |
[INFO] [stdout]  82 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:99:24
[INFO] [stdout]     |
[INFO] [stdout]  99 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:115:24
[INFO] [stdout]     |
[INFO] [stdout] 115 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:134:24
[INFO] [stdout]     |
[INFO] [stdout] 134 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:146:24
[INFO] [stdout]     |
[INFO] [stdout] 146 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:163:35
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let file = tokio_uring_xitca::start(async {
[INFO] [stdout]     |                                   ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:178:24
[INFO] [stdout]     |
[INFO] [stdout] 178 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:191:24
[INFO] [stdout]     |
[INFO] [stdout] 191 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:205:28
[INFO] [stdout]     |
[INFO] [stdout] 205 |         tokio_uring_xitca::fs::rename(&old_path, &new_path).await.unwrap();
[INFO] [stdout]     |                            ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  78 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fs;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `fs`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 205 -         tokio_uring_xitca::fs::rename(&old_path, &new_path).await.unwrap();
[INFO] [stdout] 205 +         fs::rename(&old_path, &new_path).await.unwrap();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:221:24
[INFO] [stdout]     |
[INFO] [stdout] 221 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:250:24
[INFO] [stdout]     |
[INFO] [stdout] 250 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> tests/fs_file.rs:281:24
[INFO] [stdout]     |
[INFO] [stdout] 281 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]    --> tests/fs_file.rs:286:33
[INFO] [stdout]     |
[INFO] [stdout] 286 |         file.fallocate(0, 1024, libc::FALLOC_FL_ZERO_RANGE).await.unwrap();
[INFO] [stdout]     |                                 ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this crate
[INFO] [stdout]     |
[INFO] [stdout]   1 + use nix::libc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]    --> tests/fs_file.rs:294:33
[INFO] [stdout]     |
[INFO] [stdout] 294 |         file.fallocate(0, 2048, libc::FALLOC_FL_ZERO_RANGE | libc::FALLOC_FL_KEEP_SIZE)
[INFO] [stdout]     |                                 ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this crate
[INFO] [stdout]     |
[INFO] [stdout]   1 + use nix::libc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]    --> tests/fs_file.rs:294:62
[INFO] [stdout]     |
[INFO] [stdout] 294 |         file.fallocate(0, 2048, libc::FALLOC_FL_ZERO_RANGE | libc::FALLOC_FL_KEEP_SIZE)
[INFO] [stdout]     |                                                              ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this crate
[INFO] [stdout]     |
[INFO] [stdout]   1 + use nix::libc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]    --> tests/fs_file.rs:331:48
[INFO] [stdout]     |
[INFO] [stdout] 331 |         Err(ref e) if e.raw_os_error() == Some(libc::EBADF) => {}
[INFO] [stdout]     |                                                ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this crate
[INFO] [stdout]     |
[INFO] [stdout]   1 + use nix::libc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    --> examples/test_create_dir_all.rs:187:32
[INFO] [stdout]     |
[INFO] [stdout] 187 |     let f = tokio_uring_xitca::fs::File::open(dir_path).await?;
[INFO] [stdout]     |                                ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  78 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fs::File;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `File`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 187 -     let f = tokio_uring_xitca::fs::File::open(dir_path).await?;
[INFO] [stdout] 187 +     let f = File::open(dir_path).await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libc` in this scope
[INFO] [stdout]    --> examples/test_create_dir_all.rs:200:15
[INFO] [stdout]     |
[INFO] [stdout] 200 |         .mask(libc::STATX_MODE)
[INFO] [stdout]     |               ^^^^ use of unresolved module or unlinked crate `libc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this crate
[INFO] [stdout]     |
[INFO] [stdout]   1 + use nix::libc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `fs` in `tokio_uring_xitca`
[INFO] [stdout]    --> examples/test_create_dir_all.rs:215:35
[INFO] [stdout]     |
[INFO] [stdout] 215 |     let file = tokio_uring_xitca::fs::OpenOptions::new()
[INFO] [stdout]     |                                   ^^ could not find `fs` in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:78:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout]  78 | pub mod fs;
[INFO] [stdout]     |         ^^
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fs::OpenOptions;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `OpenOptions`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 215 -     let file = tokio_uring_xitca::fs::OpenOptions::new()
[INFO] [stdout] 215 +     let file = OpenOptions::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `start` in crate `tokio_uring_xitca`
[INFO] [stdout]    --> examples/test_create_dir_all.rs:245:24
[INFO] [stdout]     |
[INFO] [stdout] 245 |     tokio_uring_xitca::start(async {
[INFO] [stdout]     |                        ^^^^^ not found in `tokio_uring_xitca`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:112:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(feature = "runtime-uring")]
[INFO] [stdout]     |       ------------------------- the item is gated behind the `runtime-uring` feature
[INFO] [stdout] ...
[INFO] [stdout] 112 | pub fn start<F: Future>(future: F) -> F::Output {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (test "runtime") due to 4 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (bench "lai_no_op") due to 5 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (example "test_create_dir_all") due to 10 previous errors
[INFO] [stderr] error: could not compile `tokio-uring-xitca` (test "fs_file") due to 22 previous errors
[INFO] running `Command { std: "docker" "inspect" "18ea22cdb1fde3d73254524bf4b1751822bc147e13ff303b0bd65977f7417065", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18ea22cdb1fde3d73254524bf4b1751822bc147e13ff303b0bd65977f7417065", kill_on_drop: false }`
[INFO] [stdout] 18ea22cdb1fde3d73254524bf4b1751822bc147e13ff303b0bd65977f7417065
